07. Exercise: Add a Menu
Add a Menu
Now it's your turn. Add the Menu to "Github Query" following all the TODOs in the exercise. Have fun!
Exercise Code
Exercise: T02.02-Exercise-AddMenu
Quiz: Add a menu
SOLUTION:
- Create the Menu Resource
- Add the menu item for Search to the Menu Resource, setting it to showAsAction ifRoom
- Inflate the menu in onCreateOptionsMenu
- Display a toast in onOptionsItemSelected when Search is selected
Quiz: Add Menu